home *** CD-ROM | disk | FTP | other *** search
/ Aminet 40 / Aminet 40 (2000)(Schatztruhe)[!][Dec 2000].iso / Aminet / comm / irc / KuangEleven3Gm.lha / Kuang Eleven 3 / Rexx / matchnick.readme < prev    next >
Text File  |  1998-05-09  |  947b  |  32 lines

  1. MatchNick.amirx by Ariel magnum
  2. $VER: matchnick.readme 1.0 (9.5.98) Matchnick readme file
  3. ---------------------------------------------------------
  4.  
  5. Introduction :
  6.  
  7. This script will let you place pattern chars in any one command you like
  8. such as /msg , /notice , /op etc.
  9. It REQUIRES AmIRC 1.31!
  10.  
  11. How it works :
  12.  
  13. It Looks in the list of users on a channel and matches the given
  14. pattern with all nicks.If more than one nick is found,it will give
  15. an error.If the nick is matched,The pattern will be replaced by it.
  16.  
  17. How to set up :
  18.  
  19. Simply Replace all the commands that you want working this way with
  20. an alias:
  21. /Alias /m /rx matchnick msg %p
  22. /Alias /n /rx matchnick notice %p
  23. /Alias /q /rx matchnick query %p
  24. /alias /t /rx matchnick say %p
  25. The last one is used for normal text.
  26. Do not replace commands like /msg or notice otherwise it will loop
  27. indefinatly!
  28. Also dont use commands that are more than onw word.
  29.  
  30. History :
  31. 1.0 13/2/97 Initial release
  32.